This component allows you to load, display, print, and save XML Paper Specification (XPS) documents.
Notes:
-
ImageGear XPS component requires Microsoft .NET Framework 3.0 or later to be installed.
-
By default, support for the XPS format is not installed. To enable support for XPS, you must enable the feature during installation.
-
If two versions of ImageGear with the same major revision number and different minor revision numbers are installed on the same computer, XPS component will only work in the version that has been installed last. The same limitation exists for ImageGear 32-bit DLL and ImageGear ActiveX installed on the same machine.
In order to enable XPS component in the version that was installed first (and disable it in the later-installed version), run this command from the Bin folder of the first ImageGear installation:
- For ImageGear 32-bit:
Copy Code C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe igXPSxd.interop.dll;
- For ImageGear 64-bit:
Copy Code C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe igXPSxd.interop.dll;
The following combinations of ImageGear products allow the usage of XPS component on the same machine:
- ImageGear products with different major revision numbers
- ImageGear 32-bit DLL and ImageGear 64-bit DLL
- ImageGear ActiveX and ImageGear 64-bit DLL
- For ImageGear 32-bit: